Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix hugo base url #10

Merged
merged 1 commit into from
Jan 17, 2024
Merged

fix hugo base url #10

merged 1 commit into from
Jan 17, 2024

Conversation

nicolastakashi
Copy link
Contributor

adding small fixed that makes the website work as expeceted.

docker-compose.yaml Outdated Show resolved Hide resolved
- "5001:80"
- 1313:1313
volumes:
- ./website:/src
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does that mean we need to run on the server the script synchronize.sh ? And if so we should probably add to ignore file every file generated if it's not done already

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll double check it, but I guess I already ignore it.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

based on what you did directly on the server, it looks like it's not ignored :

$ git status
On branch main
Your branch is up to date with 'origin/main'.

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
	modified:   docker-compose.yaml
	modified:   scripts/synchronize.sh

Untracked files:
  (use "git add <file>..." to include in what will be committed)
	docker-compose.old
	package-lock.json
	website/.hugo_build.lock
	website/content/docs/perses/
	website/content/docs/prologue/
	website/resources/_gen/assets/
	website/static/images/

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Nexucis added can you check?

docker-compose.yaml Outdated Show resolved Hide resolved
@nicolastakashi nicolastakashi force-pushed the main branch 2 times, most recently from 0f3380a to 30dc8a1 Compare January 16, 2024 14:32
Signed-off-by: Augustin Husson <[email protected]>
Copy link
Member

@Nexucis Nexucis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so cool you managed to make it work !

Thank you so much 🙏

@Nexucis Nexucis merged commit 54a1ee8 into perses:main Jan 17, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants